home *** CD-ROM | disk | FTP | other *** search
/ Strategy Challenges Collection / Strategy Challenges Collection.iso / pc / demo / demodata / menu.dxr / 00065.ls < prev    next >
Encoding:
Text File  |  1996-10-02  |  171 b   |  10 lines

  1. on exitFrame
  2.   global gVoiceFlag, gBeenThere
  3.   set gBeenThere to 0
  4.   set gVoiceFlag to 0
  5.   repeat with nn = 4 to 6
  6.     puppetSprite(nn, 1)
  7.   end repeat
  8.   startTimer()
  9. end
  10.